home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000286_news@newsmaster….columbia.edu _Tue Nov 10 00:33:10 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA13092
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Nov 1998 00:33:10 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id AAA02665
  7.     for kermit.misc@watsun; Tue, 10 Nov 1998 00:33:09 -0500 (EST)
  8. Path: news.columbia.edu!panix!logbridge.uoregon.edu!xmission!news.cc.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: check tcp/ip
  12. Message-ID: <2sphcd+qjuk0@cc.usu.edu>
  13. Date: 9 Nov 98 22:16:17 MDT
  14. References: <7276a4$l10$1@garfield.vcn.bc.ca>
  15. Organization: Utah State University
  16. Lines: 29
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:9492
  18.  
  19. In article <7276a4$l10$1@garfield.vcn.bc.ca>, dastow@vcn.bc.ca (David Stow) writes:
  20. > Could anyone explain how the check tcp/ip command works?  I use MS-Kermit
  21. > 3.15 with PPPD for DOS 0.6, and although it works well I'm curious about
  22. > why check tcp/ip doesn't seem to notice if I've started Kermit before I've
  23. > made the PPP connection.  (I use the mscustom.ini file that came with
  24. > version 3.14, and the program never skips the commands that follow "check
  25. > tcp/ip if fail forward notcp" even if I haven't started the PPPD program
  26. > yet.  The TCP/IP settings given in mscustom.ini are all shown when I type
  27. > show comm, except for the ones that rely on DOS environment variables that
  28. > the PPPD program sets, which are blank).  I also have a cosmetic question. 
  29.  
  30.     As Frank and the docs explain, CHECK FTP checks for built-in
  31. options because we issue MS-DOS Kermit in variations to suit memory 
  32. limitations.
  33.  
  34. > I use Kermit most often to log into a host on a different net than my
  35. > nameserver and gateway.  I usually want to bypass my nameserver, which is
  36. > often overloaded, by telling Kermit the IP address of the host directly.
  37. > So far I've been using the SET TCP/IP HOST command, e.g. set tcp/ip host
  38. > 128.174.2.3, which seems to work.  Is there a way that I can tell Kermit
  39. > to associate a host name with a host address?  I would like Kermit to show
  40. > a host name like uiucuxa in the bottom line of the terminal screen but I'd
  41. > also like Kermit to know the IP number without asking the nameserver.
  42.  
  43.     Use another name server (but why?). Also learn about Kermit macros
  44. which let one DEFINE one string to mean another. There is no external table
  45. of host names versus IP numbers that Kermit uses, thank goodness. DNS lookups
  46. are tiny tiny things and should not impact your provider's equipment.
  47.     Joe D.